Vcenter Lcm Deployment Common Connection

Vcenter Lcm Deployment Common Connection
Vcenter Lcm Deployment Common Connection

The Vcenter Lcm Deployment Common Connection schema contains information used to connect to a vCenter or ESXi.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "hostname": "string",
    "username": "string",
    "password": "string",
    "https_port": 0,
    "ssl_verify": false,
    "certificate": "string"
}
string
hostname
Required

The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the source appliance.

This property was added in vSphere API 9.0.0.0.

string
username
Required

A username with administrative privileges on the ESX/VC host.

This property was added in vSphere API 9.0.0.0.

string As password As password
password
Required

The password of the Vcenter Lcm Deployment Common Connection.username on the ESX/VC host.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
https_port
Optional

The port number for the ESX/VC.

This property was added in vSphere API 9.0.0.0.

If missing or null, defaults to 443

boolean
ssl_verify
Optional

A flag to indicate whether the ssl verification is required.

This property was added in vSphere API 9.0.0.0.

If missing or null, defaults to True

string
certificate
Optional

Certificate to verify the target host location. The value should be the x509 leaf certificate encoded in PEM format. Only if ssl_verify is true and this field is provided will be used for SSL validation.

This property was added in vSphere API 9.0.0.0.

If set will be used for SSL validation.